
Install instructions:
=====================
     1.) Use Google to find Python and install version 2.7

     2.) Use Google to find Autohotkey and install it (if not already done so)

     3.) Run "install eyeD3 windows.cmd"

     4.) Run the Authotkey script directly (as standalone) to enable the GUI.

         and/or

         create buttons for the Autohotkey scripts in the button menu/start menu 
         of your third party file explorer (like TC: pass parameter %p).



Description of both functions:
==============================

Process subfolders:
-------------------
     It'll search the given path and all subfolders in this path for folders with MP3 and a folder.jpg file.
     This folder.jpg will be embedded to the MP3 as front cover art. 
     
     CONDITION                                    RESULT
     -------------------------------------------------------------------------------------------------------
     - folders with MP3 files and folder.jpg    = folder.jpg will be embedded as cover art
     - folders with MP3 files and no folder.jpg = nothing will happen. The script reports missing folder.jpg
     - folders with no MP3 files                = nothing will happen

Apply folder.jpg from first folder to all MP3s:
-----------------------------------------------
     The first folder you selected must contain a folder.jpg, else the script will abort.
     All MP3s (including subfolders) will get this folder.jpg embedded. 
     folder.jpg files in subfolders will be ignored.



Please note:
============
     - If launched via command line, it'll always process subfolders.
     - All existing images will be removed from the MP3.
     - You can drag and drop folders or files on the GUI. It'll automatically extract the path info from files. 
     - You can drag and drop several folder or files on the GUI.
     - Unlike mutagen eye3D won't mess with special ID3tags (like TXXX - file signature)
     - Unlike MetaAmp eye3D supports Unicode (won't mess with ID3tags containing ...) 
